Welcome![Sign In][Sign Up]
Location:
Search - dll callback

Search list

[JSP/JavaJava_JNI_Callback

Description: How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\\j2sdk1.4.0\\include /Ie:\\j2sdk1.4.0\\include\\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
Platform: | Size: 944 | Author: 宗睿 | Hits:

[OS programDll-Exe

Description: Delphi写的一个DLL与EXE之间的通讯与交互(回调机制)。-Delphi write a DLL and EXE communications between Interactive (callback mechanism).
Platform: | Size: 339742 | Author: 小鱼 | Hits:

[OtherCALLBACK

Description: 回调函数的应用,在dll中经常用到.很有用的.
Platform: | Size: 94423 | Author: 秦玉杰 | Hits:

[JSP/JavaJava_JNI_Callback

Description: How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\j2sdk1.4.0\include /Ie:\j2sdk1.4.0\include\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
Platform: | Size: 1024 | Author: 宗睿 | Hits:

[Windows DevelopRecallDLLSample

Description: 在C#里面调用带有回调函数和自定义结构体的DLL的例程.-in C# inside with a call from the callback function and the structure of the definition of the DLL routines.
Platform: | Size: 5120 | Author: tanwh | Hits:

[Internet-NetworkCppCallback

Description: CallBack c++ vc 6 回调-CallBack c vc 6 callback
Platform: | Size: 3072 | Author: 唐宏文 | Hits:

[matlabtest_guide

Description: 文件中有一个经典guide编程案例,那是我用了一个晚上写的函数。因为调用了其它一些函数,我将其编译成*.dll。可以查看本函数代码,调试执行的是*.dll文件。因为函数是在matlab6.5下编译的,故在matlab6.1环境下无法演示。 其中涉及界面的创建,回调函数的调用,函数之间的参数传递,以及其它guide编程的处理方式。-document is a classic case programming guide, which is the one I used to write at the function. Call because of some other function, I will compile it into*. dll. This function can view code, debug the implementation of the document*. dll. Because the function is compiled under matlab6.5, so they are unable to matlab6.1 environment demonstration. Which involves the creation of the interface, a call to a callback function, function parameters between the transmission, guide and other programming approach.
Platform: | Size: 181248 | Author: 杨向华 | Hits:

[OS programDll-Exe

Description: Delphi写的一个DLL与EXE之间的通讯与交互(回调机制)。-Delphi write a DLL and EXE communications between Interactive (callback mechanism).
Platform: | Size: 339968 | Author: | Hits:

[Audio programMIDI_FUNCTION

Description: 该文档介绍了WINMM.DLL中所有函数的函数名称和函数功能,对于写MIDI相关的应用程序的人员来说,是一个很好的工具,并且该文档讲述了如何用VC++中编写回调函数,接收MIDI设备的MIDI码-The document describes all the functions winmm.dll function name and function of functions, for writing MIDI applications related to personnel, it is a very good tool, and the document describes how to use VC in the preparation of a callback function, MIDI device to receive MIDI code
Platform: | Size: 17408 | Author: 王作 | Hits:

[OtherCALLBACK

Description: 回调函数的应用,在dll中经常用到.很有用的.-Application callback function, frequently used in the dll. Very useful.
Platform: | Size: 94208 | Author: 秦玉杰 | Hits:

[Internet-Networknettraffic

Description: 很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现, 而显示数据则是放在类MFTrafficButton中实现。 两者之间的通讯使用了回调函数的机制。 -Good network traffic statistics of the source code. The use of curves in real-time statistics. Collected mainly in the category MFNetTraffic data to achieve, and display data is placed on achieving MFTrafficButton categories. Communications between the use of a callback function mechanism.
Platform: | Size: 78848 | Author: 彭丽 | Hits:

[Windows Developcallback

Description: 高级VC C++ 回调函数原理与演示程序的运用,具体请看源文件.-Senior VC C++ Callback function theory and demonstration of the use of procedures, see the specific source file.
Platform: | Size: 33792 | Author: sailoren | Hits:

[SCMDllTest

Description: This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
Platform: | Size: 133120 | Author: zjw | Hits:

[Communication-MobileCameraCaptureSDK

Description: capture frames in mobile 6.0 you can edit raw data with callback function
Platform: | Size: 240640 | Author: 潘柔允 | Hits:

[Multimedia DevelopClientDemo

Description: 实时监视 实时监视功能有二种播放方式,直接方式和数据回调方式。直接方式是指通过服务器传送过来的视频数据不需要用户自己去解码就能够显示播放,用户只要调用接口CLIENT_API LONG CLIENT_RealPlay(LONG lLoginID, int nChannelID, HWND hWnd),将窗口句柄传入形参hWnd就能够实时播放视频了;数据回调方式是指服务器传送过来的视频数据通过回调函数由用户自己来处理,如果用户需要播放的话,可以调用解码库dhplay.dll解码播放。 多画面预览方式是指在一个画面上显示多路视频图像。 云台控制 云台控制功能可分为常用控制功能和扩展控制功能。常用控制有云台的上、下、左、右、镜头伸缩、焦距远近、光圈大小等控制。扩展控制功能有预置功能、巡航功能、巡迹功能、线性扫描功能、三维定位、水平旋转等。 -Real-time monitoring functions of two kinds of playback mode, the direct method and the data the way back. Refers to direct them through the server to send the video data does not need to decode the user s own players will be able to display the user interface as long as the call CLIENT_API LONG CLIENT_RealPlay (LONG lLoginID, int nChannelID, HWND hWnd), the window handle hWnd parameter into the the video in real time data callback is referring to the video server to send back data from the user s own callback function to deal with, if the user needs to play, you can call dhplay.dll decoding broadcast decoder library. Multi-screen preview mode is the display screen in a multi-channel video images. PTZ control functions can be divided into the control functions and expansion of commonly used control functions. Yuntai common control of the upper and lower, left, right, telescopic lens, focal distance, aperture size control. Expansion of pre-function control functions, cruise functi
Platform: | Size: 8437760 | Author: yang | Hits:

[OS programcallbacktester

Description: 测试回调机制CALLBACK。DLL文件调用为动态调用。此示例在VS2008下测试通过。注意在DLL中需要在DEF文件里的EXPOERTS下面添加tester,编译后将callbackdll.dll添加到dllimporttest的DEBUG目录下。 -Test callback mechanism CALLBACK. DLL file is called as dynamic invocation. This example in VS2008 under test. Note that the DLL is required for EXPOERTS in the DEF file to add the following tester, compiled after callbackdll.dll added to dllimporttest the DEBUG directory.
Platform: | Size: 13185024 | Author: 胥奇 | Hits:

[MiddleWarecallback_VBS

Description: 关于ATL DLL回调VBScript的例子太少了,自己做了一个例程,希望对大家有帮助。-About ATL DLL callback VBScript example of too little, they are doing a routine, we want to help.
Platform: | Size: 25600 | Author: laye | Hits:

[Hook apikeylogdllandexe

Description: 键盘记录器代码,包含DLL和EXE调用两部分.默认只记录IE中输入的密码,可修改 DLL 中CALLBACK CBTProc 窗口标题实现对其他窗口的键盘记录.-Keyboard recorder code, include the DLL and EXE call two parts. The default only record IE entered password, can modify the DLL CALLBACK CBTProc window s title to achieve other Windows keyboards records.
Platform: | Size: 16384 | Author: 刘斌 | Hits:

[OS programDllCallbackFunc

Description: VC++ DLL 实现回调函数的实例,VC 程序传函数到DLL里实现回调函数的实例。一个简单的例子。可以举一反三。-VC++ DLL callback function instance to achieve
Platform: | Size: 2545664 | Author: zhangbin | Hits:

[OtherCALLBACK

Description: Dll回调示例:Dll提供回调接口,在APP中使用。-Dll callback example: Dll callback interface used in the APP.
Platform: | Size: 3650560 | Author: XDCS | Hits:
« 12 3 »

CodeBus www.codebus.net